home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT01.Dxr / 00035.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  547 b   |  21 lines

  1. on mouseUp
  2.   global zzz
  3.   set the visible of sprite 13 to 1
  4.   set the visible of sprite 14 to 1
  5.   set the visible of sprite 15 to 1
  6.   if zzz = 0 then
  7.     set the visible of sprite 16 to 1
  8.   else
  9.     set the visible of sprite 16 to 0
  10.   end if
  11.   set the visible of sprite 17 to 1
  12.   set the visible of sprite 18 to 1
  13.   set the visible of sprite 19 to 1
  14.   set the visible of sprite 20 to 1
  15.   set the visible of sprite 21 to 1
  16.   set the visible of sprite 22 to 1
  17.   set the visible of sprite 23 to 1
  18.   set the visible of sprite 24 to 1
  19.   go("main")
  20. end
  21.